home *** CD-ROM | disk | FTP | other *** search
- echo "TPUpdate V7.12beta"
- echo "------------------"
- echo "This script will update Turboprint 7.10/7.11beta to 7.12beta."
- echo "Some older printers (Citizen, Seikosha, Star) will be moved to"
- echo "Turboprint:oldprinters. Please reinstall TP7.10 to restore these"
- echo "Please read the ReadMe file for changes."
- echo ""
- echo "You can either update Turboprint on your hard disk"
- echo "or update a Turboprint boot disk that has been created"
- echo "for use on a system not equipped with a hard disk."
- echo "If no Turboprint boot disk is inserted, a Turboprint"
- echo "Installation on your hard disk will be updated."
- echo ""
- ask "Do you want to continue (Y=Yes / N=No)?"
- if warn
- echo "Yes"
- copy turbo turboprint:turbo all
- copy printers turboprint:printers all
- copy drivers turboprint:drivers all
- copy colors turboprint:colors all
- copy readme turboprint:
- ;we move some printers as the capacity of Turboprint's printer selector
- ;is limited
- makedir turboprint:oldprinters
- copy turboprint:printers/citizen#? turboprint:oldprinters
- copy turboprint:printers/seikosha#? turboprint:oldprinters
- copy turboprint:printers/star#? turboprint:oldprinters
- delete turboprint:printers/citizen#?
- delete turboprint:printers/seikosha#?
- delete turboprint:printers/star#?
- echo "Patch completed."
- else
- echo "No"
- echo "Patch aborted."
- endif
-
-